curl --location --request POST 'https://medusa-url.com/admin/products/{id}/metadata' \
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "key": "test",
    "value": "true"
}'
